/*$$
{"color":[{"val":"#333333","title":"主体文字颜色"},
{"val":"#424242","title":"按钮加号默认颜色"},
{"val":"#ffffff","title":"按钮加号鼠标滑过颜色"},
{"val":"#666666","title":"详情文字颜色"}],
"background":[{"val":"#e3e3e3","title":"电话背景边框颜色"},
{"val":"#fd4e2a","title":"按钮背景颜色"},
{"val":"#ffffff","title":"电话背景颜色"},
{"val":"#333333","title":"按钮默认背景颜色"},
{"val":"#3f3f3f","title":"直线背景颜色"}],
"border":[{"val":"#f4f4f4","title":"按钮边框颜色"},
{"val":"#333333","title":"标题文字边框"}]}
$$*/
#about_147{
	width: 100%;
	height: 765px;
}
#about_147 .aboutL{
	width: calc((100% - 1200px)/2 + 455px);
	background:  url(./../../../static/images/IC00018_01.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	padding: 60px 0;
}
#about_147 .aboutLBox{
	width: 455px;
	float: right;
	position: relative;
}
#about_147 .aboutLBox .tit-cn{
	position: absolute;
	left: -85px;
	bottom: 35px;
	writing-mode: vertical-rl;
	letter-spacing: 8px;
}

#about_147 .tellBox{
	width: 350px;
	height: 115px;
	background: #e3e3e3;
	border-radius: 80px;
	padding:15px;
}
#about_147 .tellCon{
	background: #ffffff;
	border-radius: 80px;
	width: 100%;
	height: 100%;
	padding: 11px 0 11px 30px;
}
#about_147 .tellCon .icon{
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background: #fd4e2a;
	display: flex;
	justify-content: center;
	align-items: center;
}
#about_147 .tellCon .tell{
	font-size: 22px;
	font-weight: bold;
	line-height: 63px;
	margin-left: 15px;
	color: #333333;
}
#about_147 .imgBox{
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 35px 0;
}
#about_147 .imgBox .imgT{
	width: 275px;
	height: 195px;
	overflow: hidden;
}
#about_147 .imgBox .imgT img{
	transition: all .8s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about_147 .imgBox:hover .imgT img{
	transform: scale(1.05);
}
#about_147 .imgBox .cont{
	width: 275px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	padding-top: 20px;
	text-align: right;
	padding-left: 30px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#about_147 .imgBox .cont .addBtn{
	position: absolute;
	left: 0;
	top:20px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	background: #ffffff;
	color: #424242;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	transition: all .8s;
}
#about_147 .imgBox:hover .cont .addBtn{
	background: #fd4e2a;
	left: 20px;
	color: #ffffff;
}
#about_147 .abBox{
	width: calc(100% - 105px);
	background: #ffffff;
	height: 200px;
	border-radius: 0 100px 100px 0;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	position: relative;
}
#about_147 .abUl{
	width: 265px;
	display: flex;
	justify-content: space-between;
	margin:35px 80px 0 0;
}
#about_147 .abUl li{
	width: 108px;
}
#about_147 .abUl li .icon{
	width: 108px;
	height: 108px;
	border-radius: 50%;
	border:#f4f4f4 solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#about_147 .abUl li .icon img{
	z-index: 10;
}
#about_147 .abUl li .icon::after{
	width: 86px;
	height: 86px;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	background: #fd4e2a;
	content: '';
	border-radius: 50%;
	transition: all .8s;
}
#about_147 .abUl li.active .icon::after,
#about_147 .abUl li:hover .icon::after{
	background: #333333;
}
#about_147 .abUl li .title{
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
#about_147 .abBox .name{
	writing-mode: vertical-rl; 
	position: absolute;
	right:425px;
	top:38px;
	padding-bottom: 90px;
}
#about_147 .abBox .name::after{
	width: 1px;
	height: 72px;
	background: #3f3f3f;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
}
#about_147 .aboutR{
	width: 745px;
	padding:65px 0 0 125px;
	position: relative;
}
#about_147 .aboutR .tit-1{
	width: 260px;
	background:  url(./../../../static/images/IC00018_06.png) no-repeat left top;
	height: 85px;
	font-size: 32px;
	color: #333333;
	padding-top:25px;
	line-height:60px;
	font-weight: 600;
	border-bottom:#333333 solid 1px;
	position: relative;
}
#about_147 .aboutR .tit-1::after{
	position: absolute;
	right:0;
	height: 60px;
	background:  url(./../../../static/images/IC00018_08.png) no-repeat center center;
	width: 50px;
	content: '';
	bottom: 0;
}
#about_147 .aboutR .tit-2{
	font-size: 14px;
	color: #666666;
	width: 260px;
	text-align: center;
	letter-spacing:5px;
	line-height: 40px;
}
#about_147 .aboutR .imgT{
	width:620px;
	overflow: hidden;
	margin: 20px 0 30px 0;
	position: relative;
}
#about_147 .aboutR .imgT .bg{
	width: 100%;
	height: auto;
}
#about_147 .aboutR .imgT:hover .img{
	transform: scale(1.1);
}
#about_147 .aboutR .imgT .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
	position: absolute;
	left: 0;
	top:0;
}
#about_147 .aboutR .tit-3{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6; 
}
#about_147 .aboutR .tit-en{
	color: #f3f3f3;
	font-size: 105px;
	font-family: '宋体';
	writing-mode: vertical-rl; 
	position: absolute;
	right:-180px;
	top:150px;
	white-space: nowrap;
	font-weight: bold;
}
#about_147 .aboutR .mouse{
	position: absolute;
	right:0;
	width: 62px;
	height: 62px;
	top:110px;
	background:#ff4b2d  url(./../../../static/images/IC00018_09.png) no-repeat center center;
	background-size: 21px 29px;
	/* top:0; */
	animation:showpage 2.8s linear infinite;
	border-radius: 50%;
}
@keyframes showpage {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	50% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0.8;
	}
}
@media screen and (max-width: 1200px) {
	#about_147 .aboutL{
		width:50%;
	}
	#about_147 .aboutR{
		width:50%;
		padding:65px 40px 0 40px;
	}
	#about_147 .aboutR .imgT{
		width: 100%;
	}
	#about_147 .aboutLBox{
		width: 390px;
	}
	#about_147 .abBox{
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 767px){
	#about_147{
		height: auto;
	}
	#about_147 .aboutL{
		width:100%;
		padding: 30px 0;
		height: auto;
	}
	#about_147 .aboutR{
		width: 100%;
		padding: 30px 20px;
	}
	#about_147 .aboutLBox{
		width: 100%;
	}
	#about_147 .tellBox{
		width: 80%;
		margin: 0 auto;
		height: 80px;
	}
	#about_147 .tellCon{
		padding: 5px 20px;
	}
	#about_147 .tellCon .icon{
		width: 40px;
		height: 40px;
	}
	#about_147 .tellCon .tell{
		line-height: 40px;
		font-size: 18px;
	}
	#about_147 .imgBox{
		width: 100%;
		padding: 20px 0;
	}
	#about_147 .abBox{
		height: 150px;
	}
	#about_147 .abUl{
		margin: 0 40px 0 0;
		width: 200px;
	}
	#about_147 .abUl li{
		width: 80px;
		margin-top: 20px;
	}
	#about_147 .abUl li .icon{
		width: 80px;
		height: 80px;
	}
	#about_147 .abUl li .icon::after{
		width: 80px;
		height: 80px;
	}
	#about_147 .abBox .name{
		right:88%;
		top:15px;
		padding-bottom: 80px;
	}
	#about_147 .aboutR .tit-1{
		font-size: 22px;
		width: 240px;
	}
	#about_147 .aboutR .mouse{
		width: 50px;
		height: 50px;
		right:20px;
		top:60px;
	}
	#about_147 .aboutR .imgT{
		/* height: 240px; */
		margin: 10px 0;
	}
	#about_147 .aboutR .tit-3{
		line-height: 28px;
		max-height: 140px;
		-webkit-line-clamp: 5;
	}
}